.customAuthorization:hover .ent_tab_hover_popup {
  display: block;
}
.ent_tab_hover_popup {
  position: absolute;
  display: none;
  bottom: 1px;
  left: -100%;
  transform: translate(-50%, 100%);
  width: 800px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 26px 30px 0;
  box-sizing: border-box;
}
.ent_tab_hover_popup .popup_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ent_tab_hover_popup .popup_head .head_info .title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  letter-spacing: 2px;
  color: #222222;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.ent_tab_hover_popup .popup_head .head_info .title .red_text {
  color: #FF2B00;
}
.ent_tab_hover_popup .popup_head .head_info .title .big_text {
  font-size: 22px;
}
.ent_tab_hover_popup .popup_head .head_info .subtitle {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #6A6A6A;
}
.ent_tab_hover_popup .popup_head .head_btn {
  width: 195px;
  height: 42px;
  background: linear-gradient(119deg, #FEE66A 0%, #FDDD28 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #222222;
  line-height: 14px;
  letter-spacing: 2px;
  margin-right: 16px;
}
.ent_tab_hover_popup .popup_head .head_btn .iconfont {
  margin-left: 5px;
}
.ent_tab_hover_popup .topic_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ent_tab_hover_popup .topic_block .item {
  width: 111px;
  height: 134px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.ent_tab_hover_popup .topic_block .item .topic_prev {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ent_tab_hover_popup .topic_block .item .topic_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ent_tab_hover_popup .topic_block .item .topic_info .title {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 14px;
  line-height: 14px;
}
.ent_tab_hover_popup .topic_block .item .topic_info .number {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 12px;
}
.ent_tab_hover_popup .link_block {
  white-space: nowrap;
}
.ent_tab_hover_popup .link_block .item {
  display: flex;
  align-items: flex-start;
  padding-left: 13px;
  margin-bottom: 30px;
}
.ent_tab_hover_popup .link_block .item .key {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #222222;
  line-height: 14px;
  letter-spacing: 1px;
  position: relative;
}
.ent_tab_hover_popup .link_block .item .key:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 13px;
  background: #FEDA10;
  border-radius: 2px;
  transform: translate(-100%, 0);
  left: -10px;
}
.ent_tab_hover_popup .link_block .item .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.ent_tab_hover_popup .link_block .item .list .link_item {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #6A6A6A;
  line-height: 14px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.ent_tab_hover_popup .link_block .item .list .link_item:hover {
  color: #111111;
}
